Job Format Modes
The job format modes enumeration defines the constants used in themodes
field of the job format mode table, which is described in the previous section. The constants define the current data mode of the printer.
enum { gxGraphicsJobFormatMode = (gxJobFormatMode) 'grph', gxTextJobFormatMode = (gxJobFormatMode) 'text', gxPostScriptJobFormatMode= (gxJobFormatMode) 'post' }; typedef OSType gxJobFormatMode;Constant descriptions
- gxGraphicsJobFormatMode
- Standard graphics job-format mode. In this mode, a printer driver supports QuickDraw GX graphics and typography.
gxTextJobFormatMode
- Text job-format mode. In this mode, a printer driver supports native printer fonts and horizontal and vertical lines.
gxPostscriptJobFormatMode
- PostScript job-format mode. In this mode, a printer driver supports the PostScript language.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help